home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / editor / editor2 / rdg2html.rdm < prev    next >
Text File  |  1997-01-18  |  2KB  |  68 lines

  1. Short:    Version 2.1 of the ARexx AmigaGuide  to HTML converter.
  2. Author:   rmike@sbox.tu-graz.ac.at
  3. Uploader: rmike@sbox.tu-graz.ac.at
  4. Type:     text/hyper
  5.  
  6. RDAG2HTML - Rexx Does AmigaGuide® 2 HTML
  7.  
  8.     Version 2.1
  9.  
  10.     Copyright © 1995 - 1997 by Michael Ranner
  11.  
  12.         EMail:
  13.  
  14.         rmike@sbox.tu-graz.ac.at
  15.  
  16.         Homepage:
  17.  
  18.         http://www.sbox.tu-graz.ac.at/home/rmike
  19.         http://www.sbox.tu-graz.ac.at/home/rmike/projects/rdag2html.html
  20.  
  21.     RDAG2HTML is Public Domain.
  22.  
  23.         You may use it, modify it and distribute it all over the world!
  24.  
  25.         RDAG2HTML may not be included in commercial software without my permission!
  26.  
  27. Motivation
  28.  
  29.     There exists no converter, that can convert a Guide file into a single HTML
  30.     document. On the other side, on Aminet only two converters are available, the
  31.     one is a perl script, and the other has minor bugs. So I decided to write
  32.     a converter by my one in Rexx.
  33.  
  34. Main Features
  35.  
  36.     ° HTML 3.2 features like font size, background image, background color,
  37.       text and link color
  38.  
  39.     ° @{"Embedded HTML" LINK "EmbeddedHTML"} in AmigaGuide® documents possible
  40.  
  41.     ° Converts AmigaGuide® to a single HTML document or to several documents.
  42.  
  43.     ° AmigaGuide® navigation buttons on the top of the HTML document
  44.  
  45.     ° Custom header and footer
  46.  
  47.     ° Supports AmigaGuide® documents created with Heddley
  48.  
  49.     ° Node names larger than 25 charcaters will be stripped down to fit
  50.       the 30 character filename limitation of AmigaDOS.
  51.  
  52.     ° Supports MS-DOS FAT 8.3 filename limitation
  53.  
  54.     ° All Features controlled by shell arguments
  55.  
  56. Changes for 2.1
  57.  
  58.     FontSize/K ... Specify the font size for the converted document
  59.     Suffix/K ... Specify your own suffix
  60.     NoHR/S ... Disable <HR> between nodes or at the end of a node
  61.     Node titles in SingleFile mode
  62.     Bugfix for Heddley; Problem with @{"Label" LINK "Node" 0} fixed.
  63.     Bugfix for MyReadArgs()
  64.     
  65. Changes for 2.0
  66.  
  67.     Some new nice features! Check it out!
  68.